Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove old static build settings #2067

Merged
merged 1 commit into from
Feb 6, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions SingularityUI/.blazar.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,2 @@
cache:
- ./node_modules

before:
- description: Pull down and Configure the variables for our Singularity Deployment
commands:
- git clone [email protected]:HubSpot/SingularityBuildConfig.git custom-build-config
- custom-build-config/setup-ui-env.py

after:
onSuccess:
- description:
name: copyindex
commands:
- cp dist/index.html dist/static/index.html
- description:
name: publish
activeByDefault: false
commands:
- /bin/bash custom-build-config/publish-ui.sh

buildType: GENERIC_SINGULARITY

stepActivation:
publish:
branches: [hs_staging, hs_qa, hs_stable, master]

env:
SET_VERSION_OVERRIDE: "1.2.0-$GIT_BRANCH-SNAPSHOT"