Skip to content
Snippets Groups Projects
Verified Commit 268267f9 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: pipeline

parent e9328d10
Branches
Tags
No related merge requests found
Pipeline #8224 passed
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
variables: variables:
TRIGGERED_BY_REPO: "${TRIGGERED_BY_REPO:-CPPINTTEST}" TRIGGERED_BY_REPO: CPPINTTEST
TRIGGERED_BY_REF: "${TRIGGERED_BY_REF:-$CI_COMMIT_REF_NAME}" TRIGGERED_BY_REF: '${TRIGGERED_BY_REF:-$CI_COMMIT_REF_NAME}'
TRIGGERED_BY_HASH: "${TRIGGERED_BY_HASH:-$CI_COMMIT_SHORT_SHA}" TRIGGERED_BY_HASH: ${TRIGGERED_BY_HASH:-$CI_COMMIT_SHORT_SHA}
stages: stages:
- setup - setup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment