Skip to content

Commit

Permalink
feat(halyard): Added halyard to list of built artifacts (#1464)
Browse files Browse the repository at this point in the history
* feat(halyard): Added halyard to list of built artifacts

What I came to realize was that if halyard is published to the same bintray repo as Netflix's Spinnaker releases, it'll overrwrite the spinnaker source list with our private build repo, making it impossible to update halyard.

* Update build_release.py
  • Loading branch information
lwander committed Mar 7, 2017
1 parent 70514dc commit f5de1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/build_release.py
Expand Up @@ -65,7 +65,7 @@

SUBSYSTEM_LIST = ['clouddriver', 'orca', 'front50',
'echo', 'rosco', 'gate', 'igor', 'fiat', 'deck', 'spinnaker']
ADDITIONAL_SUBSYSTEMS = ['spinnaker-monitoring']
ADDITIONAL_SUBSYSTEMS = ['spinnaker-monitoring', 'halyard']

def ensure_gcs_bucket(name, project=''):
"""Ensure that the desired GCS bucket exists, creating it if needed.
Expand Down

0 comments on commit f5de1d4

Please sign in to comment.