Skip to content

Commit

Permalink
DLPX-85710 appliance-build: Ansible task checks out outdated branch o…
Browse files Browse the repository at this point in the history
…f ZFS repo on dev variants

PR URL: https://www.github.com/delphix/appliance-build/pull/722
  • Loading branch information
palash-gandhi authored and shubhGoel89 committed Jun 30, 2023
1 parent 1281c92 commit f903a5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
repo: "https://{{ lookup('env', 'GITHUB_TOKEN') }}@github.com/delphix/zfs.git"
dest:
"/export/home/delphix/zfs"
version: master
version: develop
accept_hostkey: yes
update: no
when: lookup('env', 'GITHUB_TOKEN') != ''
Expand Down

0 comments on commit f903a5f

Please sign in to comment.