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
ac7f5a85
Commit
ac7f5a85
authored
Aug 17, 2021
by
Georgi Petkov
Browse files
chore: printing some ci values in the log
parent
0472e639
Pipeline
#31340
passed with stages
in 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gitlab-ci/register-graphql.yml
View file @
ac7f5a85
...
...
@@ -11,7 +11,10 @@ register_graphql_production:
-
build
before_script
:
-
npm install -g apollo
-
apollo --version
-
echo "${CI_PROJECT_NAME}"
-
echo "${CI_COMMIT_TAG}"
-
echo "http://${CI_PROJECT_PATH_SLUG}.${CI_PROJECT_NAMESPACE}:${APP_PORT}/graphql"
-
echo "${NODE_ENV}"
script
:
-
apollo service:push --key="${APOLLO_KEY}"
...
...
@@ -30,7 +33,10 @@ register_graphql_staging:
-
build
before_script
:
-
npm install -g apollo
-
apollo --version
-
echo "${CI_PROJECT_NAME}"
-
echo "${CI_COMMIT_TAG}"
-
echo "http://${CI_PROJECT_PATH_SLUG}.${CI_PROJECT_NAMESPACE}:${APP_PORT}/graphql"
-
echo "${NODE_ENV}"
script
:
-
apollo service:push --key="${APOLLO_KEY}"
--serviceName="${CI_PROJECT_NAME}"
...
...
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