Skip to content

Commit

Permalink
check status for GitLab
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhairya Gandhi committed Dec 4, 2019
1 parent ce01dbe commit 1549fab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ image: nvidia/cuda:10.1-cudnn7-devel-ubuntu18.04

after_script:
- apt-get -qq -o=Dpkg::Use-Pty=0 -y install unzip
- echo $PWD
- cd script
- julia --project -e 'using FluxBot; FluxBot.respond();'
- julia --project=script -e 'using Pkg; Pkg.status();'
- julia --project=script -e 'using FluxBot; FluxBot.respond();'

only:
variables:
Expand Down

0 comments on commit 1549fab

Please sign in to comment.