removed sudo from gitlab ci
This commit is contained in:
parent
097da237ad
commit
3dc85fe1c5
@ -24,7 +24,7 @@ why2-chat-build:
|
|||||||
script:
|
script:
|
||||||
- apt update
|
- apt update
|
||||||
- chmod +x configure.sh
|
- chmod +x configure.sh
|
||||||
- sudo ./configure.sh
|
- ./configure.sh
|
||||||
- make install
|
- make install
|
||||||
- make build_chat
|
- make build_chat
|
||||||
artifacts:
|
artifacts:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user