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
93f63851
Commit
93f63851
authored
Aug 17, 2021
by
Georgi Petkov
Browse files
chore: reverting back apollo and graphql global installation in register-graphql job
parent
77bca602
Pipeline
#31544
canceled with stages
in 23 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
gitlab-ci/register-graphql.yml
View file @
93f63851
...
...
@@ -5,14 +5,14 @@ register_graphql_production:
-
tags
variables
:
NODE_ENV
:
production
APOLLO_KEY
:
${APOLLO_KEY}
#
APOLLO_KEY: ${APOLLO_KEY}
dependencies
:
-
build
#
before_script:
#
- npm i -g apollo
#
- npm i -g graphql
before_script
:
-
npm i -g apollo
-
npm i -g graphql
script
:
-
npx -yes
apollo service:push --key="${APOLLO_KEY}"
-
apollo service:push --key="${APOLLO_KEY}"
--serviceName="${CI_PROJECT_NAME}" --serviceRevision="${CI_COMMIT_TAG}"
--serviceURL="http://${CI_PROJECT_PATH_SLUG}.${CI_PROJECT_NAMESPACE}:${APP_PORT}/graphql"
--localSchemaFile=src/schema.gql --tag=${NODE_ENV}
...
...
@@ -23,15 +23,14 @@ register_graphql_staging:
-
master
variables
:
NODE_ENV
:
staging
APOLLO_KEY
:
${APOLLO_KEY}
CI_DEBUG_TRACE
:
"
true"
# APOLLO_KEY: ${APOLLO_KEY}
dependencies
:
-
build
#
before_script:
#
- npm i -g apollo
#
- npm i -g graphql
before_script
:
-
npm i -g apollo
-
npm i -g graphql
script
:
-
npx -yes
apollo service:push --key="${APOLLO_KEY}"
-
apollo service:push --key="${APOLLO_KEY}"
--serviceName="${CI_PROJECT_NAME}"
--serviceRevision="${CI_COMMIT_REF_SLUG}"
--serviceURL="http://${CI_PROJECT_PATH_SLUG}.${CI_PROJECT_NAMESPACE}:${APP_PORT}/graphql"
...
...
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