-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2067 from HubSpot/rm_old_static_settings
Remove old static build settings
- Loading branch information
Showing
1 changed file
with
0 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |