Don't use sudo in .gitlab-ci.yml
This commit is contained in:
parent
5fa37e2557
commit
8a5be72f91
@ -7,7 +7,7 @@ before_script:
|
|||||||
- echo Current working directory is $(pwd)
|
- echo Current working directory is $(pwd)
|
||||||
- qmake --version
|
- qmake --version
|
||||||
- gcc --version
|
- gcc --version
|
||||||
- sudo apt-get install --no-install-recommends -y upx zip unzip
|
- apt-get install --no-install-recommends -y upx zip unzip
|
||||||
- cd scripts
|
- cd scripts
|
||||||
- ./configure_ubuntu.sh
|
- ./configure_ubuntu.sh
|
||||||
- cd ..
|
- cd ..
|
||||||
|
Loading…
Reference in New Issue
Block a user