File tree 2 files changed +3
-10
lines changed
2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,13 @@ jobs:
15
15
with : # temporary
16
16
ref : feat/auto-bump-timestamps # temporary
17
17
18
- - name : Setup environment
18
+ - name : Check for updated Ark timestamps and replace in defaults.yml
19
19
run : |
20
20
dev/setup-env.sh
21
21
. venv/bin/activate
22
22
. environments/.stackhpc/activate
23
-
24
- - name : Switch to automation branch
25
- run : git checkout -b auto/bump-timestamps || git checkout auto/bump-timestamps
26
-
27
- - name : Check for updated Ark timestamps and replace in defaults.yml
28
- run : ansible-playbook ansible/ci/update_timestamps.yml
23
+ git checkout -b auto/bump-timestamps || git checkout auto/bump-timestamps
24
+ ansible-playbook ansible/ci/update_timestamps.yml
29
25
30
26
- name : Check if timestamps were changed
31
27
id : timestamp_check
Original file line number Diff line number Diff line change 1
1
- hosts : localhost
2
2
tasks :
3
- - name : test
4
- debug :
5
- var : appliances_repo_timestamps
6
3
- name : Get latest timestamps from sources
7
4
latest_timestamps :
8
5
repos_dict : " {{ appliances_pulp_repos }}"
You can’t perform that action at this time.
0 commit comments