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
1diff --git a/Jenkinsfile b/Jenkinsfile
2index b1c2eab..0087720 100644
3--- a/Jenkinsfile
4+++ b/Jenkinsfile
5@@ -40,8 +40,7 @@ pipeline {
6 # branch is more than 10 revisions behind the destination, the
7 # merge will fail, and the branch will need to be rebased manually.
8 git clone --depth 10 --single-branch --branch ${LP_BRANCH_DEST} git+ssh://maas-lander@git.launchpad.net/${LP_REPO_DEST} maas
9- git -C maas submodule init
10- git -C maas submodule update --remote
11+ git -C maas submodule update --init --remote src/maasui/src
12 git -C "$UI_REPO" checkout "${MAAS_UI_REF}"
13 '''
14 script {

Subscribers

People subscribed via source and target branches

to all changes: