removing a redundant step merging into one and some notes

This commit is contained in:
Anubhav Mishra
2017-06-18 16:48:32 -07:00
parent 8581b37a7a
commit b2f1b9d98c
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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.