Skip to content

Commit

Permalink
fix gitlabci
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Doyle committed Mar 7, 2018
1 parent 5b8e037 commit 71e9f05
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ 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
- python3.6 insert_token.py $slack_token $TPBapikey $SPBapikey
#- echo -e "slack_token = \"$slack_token\"\nslack_channel = \"#random\"" > config.py # Build config with environment variable
# Testing begins here
- python3.6 -m unittest discover -v
Expand Down

0 comments on commit 71e9f05

Please sign in to comment.