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
open-source
MetaGer
Commits
8f60bd79
Commit
8f60bd79
authored
May 12, 2022
by
Dominik Hebeler
Browse files
disabled artifacts for integrationtest and deployment stage
parent
669510c3
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab/ci/deploy.yml
View file @
8f60bd79
...
...
@@ -4,6 +4,7 @@
needs
:
-
fpm
-
nginx
dependencies
:
[]
# No Artifacts required
variables
:
DEPLOYMENT_CHART_NAME
:
${CI_COMMIT_REF_SLUG}
BRANCH_NAME
:
$CI_COMMIT_REF_NAME
...
...
.gitlab/ci/integrationtest.yml
View file @
8f60bd79
...
...
@@ -6,9 +6,7 @@
variables
:
BRANCH_NAME
:
$CI_COMMIT_REF_NAME
COMMIT_NAME
:
$CI_COMMIT_REF_SLUG
needs
:
-
composer
-
npm
dependencies
:
[]
# No artifacts required
before_script
:
-
export COMPOSER_HOME=$(pwd)/metager/.composer
script
:
...
...
Write
Preview
Markdown
is supported
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