Merge ~adam-collard/maas-ci:maas-ui-sync-just-maas-ui into maas-ci:maas-ui-sync

Proposed by Adam Collard
Status: Merged
Approved by: Adam Collard
Approved revision: d11df08527bab0e3fa6acf56651038382c7f1e1c
Merged at revision: d11df08527bab0e3fa6acf56651038382c7f1e1c
Proposed branch: ~adam-collard/maas-ci:maas-ui-sync-just-maas-ui
Merge into: maas-ci:maas-ui-sync
Diff against target: 14 lines (+1/-2)
1 file modified
Jenkinsfile (+1/-2)
Reviewer Review Type Date Requested Status
Alberto Donato (community) Approve
Review via email: mp+394326@code.launchpad.net

Commit message

Just update the UI submodule

To post a comment you must log in.
Revision history for this message
Alberto Donato (ack) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/Jenkinsfile b/Jenkinsfile
index b1c2eab..0087720 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -40,8 +40,7 @@ pipeline {
40 # branch is more than 10 revisions behind the destination, the40 # branch is more than 10 revisions behind the destination, the
41 # merge will fail, and the branch will need to be rebased manually.41 # merge will fail, and the branch will need to be rebased manually.
42 git clone --depth 10 --single-branch --branch ${LP_BRANCH_DEST} git+ssh://maas-lander@git.launchpad.net/${LP_REPO_DEST} maas42 git clone --depth 10 --single-branch --branch ${LP_BRANCH_DEST} git+ssh://maas-lander@git.launchpad.net/${LP_REPO_DEST} maas
43 git -C maas submodule init43 git -C maas submodule update --init --remote src/maasui/src
44 git -C maas submodule update --remote
45 git -C "$UI_REPO" checkout "${MAAS_UI_REF}"44 git -C "$UI_REPO" checkout "${MAAS_UI_REF}"
46 '''45 '''
47 script {46 script {

Subscribers

People subscribed via source and target branches

to all changes: