Skip to content

Commit

Permalink
fixed outdated var and moved fatimage to bumped branch
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Dec 20, 2024
1 parent 94b5eef commit cbc518f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-timestamps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with: #temporary
ref: feat/auto-bump-timestamps #temporary

- name: Check for updated Ark timestamps and replace in defaults.yml
run: |
Expand Down Expand Up @@ -44,7 +42,9 @@ jobs:
build_fatimage:
if: "${{ needs.upstream_check.outputs.timestamps_changed }} == 0"
needs: upstream_check
uses: ./.github/workflows/fatimage.yml
uses: ./.github/workflows/fatimage.yml@auto/bump-timestamps
with:
ci_cloud: LEAFCLOUD

ci_and_pr:
if: "${{ needs.upstream_check.outputs.timestamps_changed }} == 0"
Expand Down
2 changes: 1 addition & 1 deletion ansible/ci/update_timestamps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
{{ yaml_template | to_nice_yaml(indent=2) }}
vars:
yaml_template:
appliances_repo_timestamps: "{{ _result.latest_dict }}"
appliances_pulp_repos: "{{ _result.latest_dict }}"
when: (_result.changed_timestamps | count) > 0

0 comments on commit cbc518f

Please sign in to comment.