Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Commit

Permalink
need to fix builder Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
VJftw committed Aug 2, 2019
1 parent 468f68a commit 57f4cd8
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .velocityci/pipelines/default.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
stages:
- name: test
blueprints:
- backend/test
# - architect/test
# - web/test
- name: publish
blueprints:
- backend/builder/publish
- backend/cli/publish
# - web/publish
# - architect/publish
- name: deploy
blueprints: []
- name: test
blueprints:
- backend/test
# - architect/test
# - web/test
- name: publish
blueprints:
# - backend/builder/publish
- backend/cli/publish
# - web/publish
# - architect/publish
- name: deploy
blueprints: []
# - architect/deploy
# - web/deploy

0 comments on commit 57f4cd8

Please sign in to comment.