Remove global before_script from gitlab ci

This commit is contained in:
Sameer Rahmani 2020-05-17 16:32:01 +01:00
parent 8dc8c0838d
commit 9df43d09a7
1 changed files with 1 additions and 4 deletions

View File

@ -1,14 +1,11 @@
image: 'debian:stable'
stages:
- build
before_script:
- apt update && apt install -y make wget git emacs sudo gnutls28
.build:
image: debian:stable-slim
stage: build
before_script:
- apt update && apt install -y make wget git emacs sudo gnutls28
- git clone -b $CI_COMMIT_REF_NAME https://gitlab.com/FG42/FG42 ~/.fg42/ && cd ~/.fg42/ && make install &&
script:
- cd ~/.fg42/ && fg42 -nw --script build.el