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

Testing

parent 82ba16c9
No related branches found
No related tags found
No related merge requests found
...@@ -3,9 +3,12 @@ include: ...@@ -3,9 +3,12 @@ include:
ref: main ref: main
file: '/private-modules.yml' file: '/private-modules.yml'
composer: testing:
before_script: stage: .pre
- !reference [ .calculate-gitlab-ref ] 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" - 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 - curl -OL https://git.drupalcode.org/$_CURL_TEMPLATES_REPO/-/raw/$_CURL_TEMPLATES_REF/scripts/symlink_project.php
- cat symlink_project.php - cat symlink_project.php
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment