Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekMichali committed Aug 29, 2024
1 parent 19949f0 commit 073b15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/schema-migrator/validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ trap cleanup EXIT
echo -e "${GREEN}Create network${NC}"
docker network create --driver bridge ${NETWORK}

GO111MODULE=on go mod vendor -v
#GO111MODULE=on go mod vendor -v
docker build -t ${IMG_NAME} ./

echo -e "${GREEN}Start Postgres in detached mode${NC}"
Expand Down

0 comments on commit 073b15f

Please sign in to comment.