Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
forgot the removal of docker login from installation-build
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Pierce committed Aug 27, 2019
1 parent 2d0bf75 commit bb64b02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .cicd/installation-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ if [[ $BUILDKITE_BRANCH =~ ^release/[0-9].[0-9]+.x$ || $BUILDKITE_BRANCH =~ ^mas
export BRANCH=$(echo $BUILDKITE_BRANCH | sed 's/\//\_/')
export CONTRACTS_BUILDER_TAG="eosio/ci-contracts-builder:base-ubuntu-18.04"
export ARGS="--name ci-contracts-builder-$BUILDKITE_COMMIT --init -v $(pwd):$MOUNTED_DIR"
docker login -u $DOCKERHUB_USERNAME -p $DOCKERHUB_PASSWORD

$CICD_DIR/build.sh

Expand Down

0 comments on commit bb64b02

Please sign in to comment.