Skip to content

Commit cfeac68

Browse files
committed
TriOs: The make everything work update
1 parent ebcd50b commit cfeac68

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/build-trios-trixie-dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
mkdir -p ~/TriOs_Output
2323
2424
- name: Debug commit hash
25-
run: echo "Commit hash is: ${{ steps.vars.outputs.commit_hash }}"
25+
run: |
26+
echo "Commit hash is: ${{ steps.vars.outputs.commit_hash }}"
2627
2728
- name: Build Docker Image
2829
working-directory: ./builder

.github/workflows/build-trios-trixie-nighly.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
mkdir -p ~/TriOs_Output
2626
2727
- name: Debug timestamp
28-
run: echo "Timestamp is: ${{ steps.vars.outputs.timestamp }}"
28+
run: |
29+
echo "Timestamp is: ${{ steps.vars.outputs.timestamp }}"
2930
3031
- name: Build Docker Image
3132
working-directory: ./builder

.github/workflows/build-trios-trixie-prod.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
mkdir -p ~/TriOs_Output
2323
2424
- name: Debug version
25-
run: echo "Version is: ${{ steps.vars.outputs.version }}"
25+
run: |
26+
echo "Version is: ${{ steps.vars.outputs.version }}"
2627
2728
- name: Build Docker Image
2829
working-directory: ./builder

0 commit comments

Comments
 (0)