Skip to content

Commit

Permalink
Enhance naming
Browse files Browse the repository at this point in the history
  • Loading branch information
pavetok committed Sep 6, 2023
1 parent b085e8e commit 1c4cbcf
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .dx/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ solution_cid: "{{ lookup('ansible.builtin.pipe', 'git write-tree --prefix=soluti
environ: green

dx_cid: "{{ lookup('ansible.builtin.pipe', 'git write-tree --prefix=.dx')[:7] }}"
env_cid: "{{ lookup('ansible.builtin.pipe', 'git write-tree --prefix=.env/' ~ environ)[:7] }}"
environ_cid: "{{ lookup('ansible.builtin.pipe', 'git write-tree --prefix=.environ/' ~ environ)[:7] }}"
tool_cid: "{{ lookup('ansible.builtin.pipe', 'git write-tree --prefix=.tools')[:7] }}"
test_cid: "{{ lookup('ansible.builtin.pipe', 'git write-tree --prefix=tests')[:7] }}"

Expand Down
2 changes: 1 addition & 1 deletion .dx/tasks/pipeline/status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
cmd: git hash-object --stdin
stdin: |
{{ dx_cid }}
{{ env_cid }}
{{ environ_cid }}
{{ tool_cid }}
{{ test_cid }}
register: pipeline_cid
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions .github/workflows/pipeline-beyond-doubt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ jobs:
-e docker_host=ghcr.io
-e environ=${{ matrix.environ.name }}
-e focus=pipeline
-e usage=toy
-e prefs=turing
working-directory: .dx
env:
GITHUB_ACTOR: ${{ github.actor }}
Expand Down

0 comments on commit 1c4cbcf

Please sign in to comment.