Skip to content
Snippets Groups Projects
Commit 35ef3513 authored by jurgenhaas's avatar jurgenhaas
Browse files

Testing

parent 82ba16c9
Branches
No related tags found
No related merge requests found
......@@ -3,9 +3,12 @@ include:
ref: main
file: '/private-modules.yml'
composer:
before_script:
- !reference [ .calculate-gitlab-ref ]
testing:
stage: .pre
script:
- |
[[ $_CURL_TEMPLATES_REF == "" ]] && export _CURL_TEMPLATES_REF=$_GITLAB_TEMPLATES_REF
[[ $_CURL_TEMPLATES_REPO == "" ]] && export _CURL_TEMPLATES_REPO=$_GITLAB_TEMPLATES_REPO
- echo "Executing curl -OL https://git.drupalcode.org/$_CURL_TEMPLATES_REPO/-/raw/$_CURL_TEMPLATES_REF/scripts/symlink_project.php"
- curl -OL https://git.drupalcode.org/$_CURL_TEMPLATES_REPO/-/raw/$_CURL_TEMPLATES_REF/scripts/symlink_project.php
- cat symlink_project.php
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment