[gimp/wip/schumaml/tune-prepare-stage] build: CI base jobs should use before_script:, not script:
- From: Michael Schumacher <schumaml src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/wip/schumaml/tune-prepare-stage] build: CI base jobs should use before_script:, not script:
- Date: Sat, 30 May 2020 21:00:15 +0000 (UTC)
commit 9523c05854cbafa3de8e4f094a109fce98ee4349
Author: Michael Schumacher <schumaml gmx de>
Date: Sat May 30 22:59:38 2020 +0200
build: CI base jobs should use before_script:, not script:
.gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e2ed4d7f85..ba4f627afc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,7 +44,7 @@ build-image:
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
- script:
+ before_script:
- mkdir -p /kaniko/.docker
- echo
"{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}"
/kaniko/.docker/config.json
- echo "FROM debian:testing" > Dockerfile
@@ -197,7 +197,7 @@ gimp-debian/testing-clang:
paths:
- .cache/crossroad/
- apt-cache
- script:
+ before_script:
- echo "mkdir _deps && cd _deps" > crossroad_deps_build.sh
- echo "git clone --depth 1 https://gitlab.gnome.org/GNOME/babl.git" >> crossroad_deps_build.sh
- echo "cd babl" >> crossroad_deps_build.sh
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]