Skip to content

Commit

Permalink
Back to provisioning on GNS3 packet.net account
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Sep 30, 2018
1 parent 3dfbbbd commit 10a5ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: Get builder device
command: |
source env/bin/activate
DEVICE_IP=`python3 .circleci/device.py ${PACKET_TOKEN_2} get "${PACKET_PROJECT}"`
DEVICE_IP=`python3 .circleci/device.py ${PACKET_TOKEN} get "${PACKET_PROJECT}"`
echo "export DEVICE_IP=\"$DEVICE_IP\"" >> env_vars
echo "Obtained device on $DEVICE_IP"
ssh-keyscan -H ${DEVICE_IP} >> ~/.ssh/known_hosts
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
when: always
command: |
source env/bin/activate
python3 .circleci/device.py ${PACKET_TOKEN_2} destroy "${PACKET_PROJECT}"
python3 .circleci/device.py ${PACKET_TOKEN} destroy "${PACKET_PROJECT}"
- deploy:
name: Deploying on Github and SourceForge
command: |
Expand Down

0 comments on commit 10a5ccb

Please sign in to comment.