Skip to content

Commit

Permalink
Docker creation automation
Browse files Browse the repository at this point in the history
  • Loading branch information
mainframed committed Mar 2, 2024
1 parent 7366c3a commit 97dda78
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/sysgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: |
mkdir -p /mvsce/
mv * /mvsce/
touch /mvsce/MVSCE.release.tar
shell: bash

# - name: Set up Python 3
Expand All @@ -53,11 +54,11 @@ jobs:
# mv /mvsce/MVSCE.release.*.tar /mvsce/MVSCE.release.tar
# shell: bash

# - name: Upload MVS/CE TAR file
# uses: actions/upload-artifact@v3
# with:
# name: MVSCE
# path: /mvsce/MVSCE.release.tar
- name: Upload MVS/CE TAR file
uses: actions/upload-artifact@v3
with:
name: MVSCE
path: /mvsce/MVSCE.release.tar

mvsce-docker:
needs: mvsce-sysgen
Expand Down

0 comments on commit 97dda78

Please sign in to comment.