Skip to content

Commit

Permalink
Merge pull request #2067 from HubSpot/rm_old_static_settings
Browse files Browse the repository at this point in the history
Remove old static build settings
  • Loading branch information
ssalinas authored Feb 6, 2020
2 parents f15a155 + ada47a3 commit 5b78ddf
Showing 1 changed file with 0 additions and 27 deletions.
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"

0 comments on commit 5b78ddf

Please sign in to comment.