mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 01:38:30 +00:00
removing a redundant step merging into one and some notes
This commit is contained in:
@@ -37,6 +37,5 @@ test:
|
||||
background: true
|
||||
- sleep 2
|
||||
# Set ATLANTIS_URL environment variable to be used by atlantis e2e test to create the webhook
|
||||
- echo '' >> ~/.circlerc
|
||||
- echo 'export ATLANTIS_URL=$(curl -s 'http://localhost:4040/api/tunnels' | jq -r '.tunnels[1].public_url') ' >> ~/.circlerc
|
||||
- echo '' >> ~/.circlerc && echo 'export ATLANTIS_URL=$(curl -s 'http://localhost:4040/api/tunnels' | jq -r '.tunnels[1].public_url') ' >> ~/.circlerc
|
||||
- cd "${WORKDIR}/e2e" && ../scripts/e2e.sh
|
||||
|
||||
@@ -11,3 +11,5 @@ run_unit_test
|
||||
# Build packages to make sure they can be compiled
|
||||
echo "Running 'make build'"
|
||||
make build-service
|
||||
|
||||
# TODO: add parallel builds for every make target that has anything to do with testing.
|
||||
|
||||
Reference in New Issue
Block a user