Skip to content

Commit 4771f5c

Browse files
committed
moved to one step environment
1 parent bf14c8a commit 4771f5c

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

.github/workflows/update-timestamps.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,13 @@ jobs:
1515
with: #temporary
1616
ref: feat/auto-bump-timestamps #temporary
1717

18-
- name: Setup environment
18+
- name: Check for updated Ark timestamps and replace in defaults.yml
1919
run: |
2020
dev/setup-env.sh
2121
. venv/bin/activate
2222
. 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
2925
3026
- name: Check if timestamps were changed
3127
id: timestamp_check

ansible/ci/update_timestamps.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
- hosts: localhost
22
tasks:
3-
- name: test
4-
debug:
5-
var: appliances_repo_timestamps
63
- name: Get latest timestamps from sources
74
latest_timestamps:
85
repos_dict: "{{ appliances_pulp_repos }}"

0 commit comments

Comments
 (0)