Add flags for specific drupal and wisski versions

This commit is contained in:
Tom Wiesing 2022-03-08 13:07:05 +01:00
parent 59ea9538e4
commit 0ef02f4e7d
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15
2 changed files with 11 additions and 7 deletions

View file

@ -99,7 +99,7 @@ docker-compose run --rm barrel /bin/bash -c "sudo PATH=\$PATH -u www-data /bin/b
\"${MYSQL_DATABASE}\" \"${MYSQL_USER}\" \"${MYSQL_PASSWORD}\" \
\"${GRAPHDB_REPO}\" \"${GRAPHDB_USER}\" \"${GRAPHDB_PASSWORD}\" \
\"${DRUPAL_USER}\" \"${DRUPAL_PASS}\" \
\"${USE_DRUPAL_8}\""
\"${DRUPAL_VERSION}\" \"${WISSKI_VERSION}\""
log_info " => Starting container"