diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-01-20 17:54:33 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-01-21 05:42:46 +0100 |
commit | cf0e2f19037db5138b09c77b33f2b96b2ad458e8 (patch) | |
tree | b624e9e4d0c32495d96e43e121f8cdec7d5f043f /ci/deploy.sh | |
parent | 7c7cc0baae89b0c017d64e41f1317ed48a80ecbd (diff) |
u/fuel: Bump & rebase for mongodb & cinder fixes
While at it, refresh Armband GPG public key embedded in maas config.
Change-Id: Id1f167d3b8a1bc69a798557fb1b72f93e04cdb0b
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 3862c137..76c237b3 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -14,7 +14,7 @@ export ARMBAND_BASE export CI_DEBUG cd "${WORKSPACE:-${ARMBAND_BASE}}" -make patches-import +make fuel-patches-import cd upstream/fuel/ci ./deploy.sh "$@" |