diff options
author | Thomas White <taw@physics.org> | 2024-09-27 15:04:14 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2024-09-27 15:04:14 +0200 |
commit | 9c0a7880b5d07012223668ad3d5678b69e9a24f1 (patch) | |
tree | fc47774f331291e5224477163ac35be285772b2e | |
parent | c188f833e22936d70102acb34bf0c49ac99ca349 (diff) |
CI: Remove unused variable
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1bb5f068..b234324d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,7 +43,6 @@ build-and-test: image: $CI_REGISTRY_IMAGE/$PLATFORM variables: GIT_STRATEGY: clone - SECURE_FILES_DOWNLOAD_PATH: './downloads' script: - meson setup build --prefix $CFPREFIX |