Skip to content

Commit 5ca6ecf

Browse files
committed
Correct bash typo
1 parent a8af71a commit 5ca6ecf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.drone-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ steps:
263263
docker push "docker.pkg.github.com/vegaprotocol/vega/vega:$$DRONE_TAG" ;
264264
fi
265265
- if test -n "$$DRONE_BRANCH" ; then
266-
sanitised_branch="$$(echo -n "$$DRONE_BRANCH" | tr -c 'A-Za-z0-9._' '-')"
266+
sanitised_branch="$$(echo -n "$$DRONE_BRANCH" | tr -c 'A-Za-z0-9._' '-')" ;
267267
docker tag "docker.pkg.github.com/vegaprotocol/vega/vega:$$tmptag" "docker.pkg.github.com/vegaprotocol/vega/vega:$$sanitised_branch" ;
268268
docker push "docker.pkg.github.com/vegaprotocol/vega/vega:$$sanitised_branch" ;
269269
fi

0 commit comments

Comments
 (0)