Skip to content

Commit

Permalink
Revert "Update build.sh (#4)" (#5)
Browse files Browse the repository at this point in the history
This reverts commit 24632a1.
  • Loading branch information
vladvildanov authored Dec 20, 2023
1 parent 24632a1 commit 318e8f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

if [[ -z "${DOCKER_ACCESS_TOKEN}" ]]; then
if [[ -n "${DOCKER_ACCESS_TOKEN}" ]]; then
echo $DOCKER_ACCESS_TOKEN | docker login --username=$DOCKER_USERNAME --password-stdin
fi

Expand All @@ -16,4 +16,4 @@ docker-compose exec -T node-1 "/opt/join_node.sh"
docker-compose exec -T node-2 "/opt/join_node.sh"

## Create DB ##
docker-compose exec -T master-node "/opt/create_db.sh"
docker-compose exec -T master-node "/opt/create_db.sh"

0 comments on commit 318e8f8

Please sign in to comment.