Skip to content

Commit

Permalink
revert: "ci: add docker compose pull to integration test"
Browse files Browse the repository at this point in the history
This reverts commit 4a77b8d.
  • Loading branch information
bodymindarts committed May 4, 2023
1 parent 4a77b8d commit 8dfc00a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/vendor/tasks/chart-test-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ rsync --delete --exclude target -avr -e "ssh -l ${DOCKER_HOST_USER} ${ADDITIONAL
echo "Done!"

docker compose down --remove-orphans --timeout 1
docker compose pull

ssh ${ADDITIONAL_SSH_OPTS} ${DOCKER_HOST_USER}@${DOCKER_HOST_IP} \
"cd ${REPO_PATH}; docker compose -f docker-compose.yml up integration-tests"
Expand Down

0 comments on commit 8dfc00a

Please sign in to comment.