Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Motion Bank
Applications
Systems Frontend
Commits
0a30e5e2
Commit
0a30e5e2
authored
Mar 25, 2020
by
anton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use debug-enabled build-dev task for dev docker image
parent
487fc840
Pipeline
#50819
passed with stage
in 2 minutes and 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
.circleci/config.yml
.circleci/config.yml
+1
-1
package.json
package.json
+1
-0
No files found.
.circleci/config.yml
View file @
0a30e5e2
...
...
@@ -34,7 +34,7 @@ jobs:
API_HOST
:
https://api-dev.motionbank.org
command
:
|
set +o pipefail
AUTH0_CLIENT_ID=${DEV_AUTH0_CLIENT_ID} SENTRY_DSN=${DEV_SENTRY_DSN} npm run build
AUTH0_CLIENT_ID=${DEV_AUTH0_CLIENT_ID} SENTRY_DSN=${DEV_SENTRY_DSN} npm run build
-dev
docker login -u ${DOCKER_USER} -p ${DOCKER_PASS}
docker build --no-cache -t motionbank/systems-frontend:dev .
docker push motionbank/systems-frontend:dev
...
...
package.json
View file @
0a30e5e2
...
...
@@ -17,6 +17,7 @@
"build"
:
"cross-env NODE_ENV=production npx quasar build"
,
"build-electron"
:
"NODE_ENV=production IS_ELECTRON=true IS_STAGING=true quasar build -m electron -t mat -v 4.2.5"
,
"build-staging"
:
"cross-env NODE_ENV=production npx quasar build -d"
,
"build-dev"
:
"cross-env NODE_ENV=production npx quasar build -d"
,
"clean"
:
"quasar clean"
,
"dev"
:
"cross-env NODE_ENV=production npx quasar dev"
,
"dev-electron"
:
"cross-env NODE_ENV=production IS_ELECTRON=true IS_STAGING=true npx quasar dev -m electron -t mat"
,
...
...
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