Skip to content

Commit

Permalink
debug gitlab-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Doyle committed Mar 7, 2018
1 parent acc8310 commit 5b8e037
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ test:
# Run install script to install panoptes
- ./install
# Over ride config to add slack token
- echo $TPB_apikey
- echo $SPB_apikey
- python3.6 insert_token.py $slack_token $TPB_apikey $SPB_apikey
#- echo -e "slack_token = \"$slack_token\"\nslack_channel = \"#random\"" > config.py # Build config with environment variable
# Testing begins here
Expand Down

0 comments on commit 5b8e037

Please sign in to comment.