nsm bash ?
This commit is contained in:
parent
e01b1f534c
commit
c40ffa01b7
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ steps:
|
|||
event: [pull_request]
|
||||
lint:
|
||||
image: debian:stable
|
||||
entrypoint: /bin/bash
|
||||
entrypoint: ["/bin/bash", "-c", "echo $CI_SCRIPT | base64 -d | /bin/bash -e"]
|
||||
commands:
|
||||
- apt-get update
|
||||
- apt-get install -y curl
|
||||
|
|
Loading…
Add table
Reference in a new issue