File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -57,5 +57,6 @@ before_script:
5757 - sleep 3
5858
5959script :
60+ - bash -c "snapcraft() { echo "test lol"; }"
6061 # - if [ -n "$TRAVIS_TAG" ]; then ; fi
61- - sudo bash -c "snapcraft() { docker run -v $(pwd):/my-snap snapcore/snapcraft sh -c 'apt update && cd /my-snap && snapcraft $1'; } && yarn run publish"
62+ # - sudo bash -c "snapcraft() { docker run -v $(pwd):/my-snap snapcore/snapcraft sh -c 'apt update && cd /my-snap && snapcraft $1'; } && yarn run publish"
Original file line number Diff line number Diff line change 1- if ( require ( 'electron-squirrel-startup' ) ) return ;
1+ if ( require ( 'electron-squirrel-startup' ) ) process . exit ( ) ;
22
33const Config = require ( './writable-file-config' ) ;
44const Tasks = require ( 'gitlab-time-tracker/src/include/tasks' ) ;
You can’t perform that action at this time.
0 commit comments