Skip to content
Snippets Groups Projects
Commit 9983d200 authored by jurgenhaas's avatar jurgenhaas
Browse files

Testing

parent d4ee79c0
No related branches found
No related tags found
No related merge requests found
...@@ -2,14 +2,3 @@ include: ...@@ -2,14 +2,3 @@ include:
- project: 'gitlab-ci-cd/drupal' - project: 'gitlab-ci-cd/drupal'
ref: main ref: main
file: '/private-modules.yml' file: '/private-modules.yml'
testing:
stage: test
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
- export
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