We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a0e6a commit 6977c2dCopy full SHA for 6977c2d
edge/op.conf
@@ -1,2 +1,2 @@
1
-build: docker build --build-arg=branch=$1 --no-cache -t dannyben/bashly:edge . && docker images |grep bashly
+build: docker build --build-arg=branch=${1:-master} --no-cache -t dannyben/bashly:edge . && docker images |grep bashly
2
push: docker push dannyben/bashly:edge
0 commit comments