Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyLuLiu authored Jul 4, 2024
1 parent 4286fd4 commit a75f7c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ jobs:
- name: write script
run: |
cat > build-qe-images.sh << EOF
echo ${1}
echo "${1}"
echo "success"
echo "test"
podman pull podman pull quay.io/rhn_support_lul/mytest1
podman images
EOF
shell: bash
- name: run ls
Expand Down

0 comments on commit a75f7c8

Please sign in to comment.