Skip to content

Instantly share code, notes, and snippets.

@gs0510
Created March 8, 2021 14:58
Show Gist options
  • Save gs0510/d8bf1143ff73f10a1273cc700b6ae968 to your computer and use it in GitHub Desktop.
Save gs0510/d8bf1143ff73f10a1273cc700b6ae968 to your computer and use it in GitHub Desktop.
Shell script run by cron job
#! /bin/sh
docker build . -t tezos_test --build-arg tezos_branch=vbot@store_layer
docker run --mount type=bind,source=/data/gargi/results,target=/data tezos_test ./offline_bootstrap.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment