Skip to content

Commit 535d039

Browse files
committed
fix edge build opcode to avoid cached gem
1 parent abea013 commit 535d039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edge/op.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
build: docker build -t dannyben/bashly:edge . && docker images |grep bashly
1+
build: docker build --no-cache -t dannyben/bashly:edge . && docker images |grep bashly
22
push: docker push dannyben/bashly:edge

0 commit comments

Comments
 (0)