Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
DevOps
Project Templates
Commits
0b5d20c5
Commit
0b5d20c5
authored
Oct 04, 2021
by
Georgi Petkov
Browse files
chore: add debug messages in register graphql job
parent
9f82e59e
Pipeline
#32258
passed with stages
in 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gitlab-ci/register-graphql.yml
View file @
0b5d20c5
...
...
@@ -2,6 +2,7 @@ register_graphql_production:
stage
:
post-deploy
variables
:
NODE_ENV
:
production
CI_DEBUG_TRACE
:
"
true"
dependencies
:
-
build
before_script
:
...
...
@@ -33,4 +34,4 @@ register_graphql_staging:
--serviceURL="http://${CI_PROJECT_PATH_SLUG}.${CI_PROJECT_NAMESPACE}:${APP_PORT}/graphql"
--localSchemaFile=src/schema.gql --tag=${NODE_ENV}
only
:
-
master
\ No newline at end of file
-
master
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