Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ines
Drupal9 skeleton
Commits
cebe09c1
Commit
cebe09c1
authored
Feb 17, 2021
by
Ines WALLON
Browse files
fix: remove drupal install in drush security
parent
c2858cd4
Pipeline
#726
failed with stages
in 21 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
config/.gitlab/security.yml
View file @
cebe09c1
.security
:
stage
:
Security
needs
:
[
'
Build
Drupal'
]
image
:
docker/compose:latest
before_script
:
-
docker login -u $HUB_USERNAME -p $HUB_PASSWORD
-
sed -i "s/FIXUID=1000/FIXUID=0/g" .env
-
sed -i "s/FIXGID=1000/FIXGID=0/g" .env
-
sed -i '/COMPOSER_AUTH/d' .env
-
echo COMPOSER_AUTH=$COMPOSER_AUTH >> .env
-
echo CMIS_URL_NUXEO=$CMIS_URL_NUXEO >> .env
-
echo CMIS_URL_ALFRESCO=$CMIS_URL_ALFRESCO >> .env
-
docker network create drupalci_nw
-
docker-compose up -d
-
sleep
30
-
$WEB_CONTAINER composer update
-
$WEB_CONTAINER bash /project/scripts/install.sh "skeletond9" "d9@example.com"
image
:
libert/drupal-php-dev:7.4
rules
:
-
if
:
$CI_COMMIT_BRANCH == "contrib_modules"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment