File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v2
15- with : # temporary
16- ref : feat/auto-bump-timestamps # temporary
1715
1816 - name : Check for updated Ark timestamps and replace in defaults.yml
1917 run : |
4442 build_fatimage :
4543 if : " ${{ needs.upstream_check.outputs.timestamps_changed }} == 0"
4644 needs : upstream_check
47- uses : ./.github/workflows/fatimage.yml
45+ uses : ./.github/workflows/fatimage.yml@auto/bump-timestamps
46+ with :
47+ ci_cloud : LEAFCLOUD
4848
4949 ci_and_pr :
5050 if : " ${{ needs.upstream_check.outputs.timestamps_changed }} == 0"
Original file line number Diff line number Diff line change 1818 {{ yaml_template | to_nice_yaml(indent=2) }}
1919 vars :
2020 yaml_template :
21- appliances_repo_timestamps : " {{ _result.latest_dict }}"
21+ appliances_pulp_repos : " {{ _result.latest_dict }}"
2222 when : (_result.changed_timestamps | count) > 0
You can’t perform that action at this time.
0 commit comments