Skip to content

Commit

Permalink
Correct bash typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyvega committed Aug 11, 2020
1 parent a8af71a commit 5ca6ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ steps:
docker push "docker.pkg.github.com/vegaprotocol/vega/vega:$$DRONE_TAG" ;
fi
- if test -n "$$DRONE_BRANCH" ; then
sanitised_branch="$$(echo -n "$$DRONE_BRANCH" | tr -c 'A-Za-z0-9._' '-')"
sanitised_branch="$$(echo -n "$$DRONE_BRANCH" | tr -c 'A-Za-z0-9._' '-')" ;
docker tag "docker.pkg.github.com/vegaprotocol/vega/vega:$$tmptag" "docker.pkg.github.com/vegaprotocol/vega/vega:$$sanitised_branch" ;
docker push "docker.pkg.github.com/vegaprotocol/vega/vega:$$sanitised_branch" ;
fi
Expand Down

0 comments on commit 5ca6ecf

Please sign in to comment.