Skip to content

Commit

Permalink
DLPX-85698 Update branch references of checkout tasks on dev variants (
Browse files Browse the repository at this point in the history
…#721)

PR URL: #721
  • Loading branch information
palash-gandhi authored May 3, 2023
1 parent 07a118b commit 98c413e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
repo: "https://{{ lookup('env', 'GITHUB_TOKEN') }}@github.com/delphix/dms-core-gate.git"
dest:
"/export/home/delphix/dms-core-gate"
version: "6.0/stage"
version: "develop"
accept_hostkey: yes
update: no
when: lookup('env', 'GITHUB_TOKEN') != ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
- git:
repo: "https://{{ lookup('env', 'GITHUB_TOKEN') }}@github.com/delphix/dlpx-app-gate.git"
dest: "/export/home/delphix/dlpx-app-gate"
version: "6.0/stage"
version: "develop"
accept_hostkey: yes
update: no
when: lookup('env', 'GITHUB_TOKEN') != ''
Expand Down

0 comments on commit 98c413e

Please sign in to comment.