[gnome-build-meta/tristan/pipeline-enhancements] Another try
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/tristan/pipeline-enhancements] Another try
- Date: Thu, 26 Apr 2018 11:37:15 +0000 (UTC)
commit 2fd58599cb8e0a58bc13ae6562fc3c9b5f966242
Author: Tristan Van Berkom <tristan vanberkom codethink co uk>
Date: Thu Apr 26 20:36:41 2018 +0900
Another try
.gitlab-ci.yml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 39f73d7..c3f3d83 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,9 +5,8 @@ variables:
# Note that GitLab CI will only cache stuff inside the "${CI_PROJECT_DIR}" folder.
XDG_CACHE_HOME: "${CI_PROJECT_DIR}/cache"
GET_SOURCES_ATTEMPTS: 3
- BST_CONF: "${CI_PROJECT_DIR}/build.conf"
BST_LOGS: "${CI_PROJECT_DIR}/logs"
- BST: "bst --config ${BST_CONF} --colors --log-file ${BST_LOGS}/build.log"
+ BST: "bst --config ${CI_PROJECT_DIR}/build.conf --log-file ${CI_PROJECT_DIR}/logs/build.log --colors"
BST_SHA: '06ae434a7017edbf67bf46c3fe2e327466801787' # 1.1.3
stages:
@@ -33,7 +32,7 @@ before_script:
# Generate a build.conf which configures the build
- |
- cat > ${BST_CONF} << EOF
+ cat > ${CI_PROJECT_DIR}/build.conf << EOF
# The log directory
logdir: ${BST_LOGS}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]