Compare commits
2 Commits
c5873d4a9d
...
584143f778
Author | SHA1 | Date | |
---|---|---|---|
584143f778 | |||
ad5b100eaa |
@ -19,11 +19,21 @@ jobs:
|
|||||||
volumes:
|
volumes:
|
||||||
# left: where the output will end up on disk, right: volume name inside container
|
# left: where the output will end up on disk, right: volume name inside container
|
||||||
- /opt/caddy2/www/lectures:/workspace/schallbert/lectures/tmp
|
- /opt/caddy2/www/lectures:/workspace/schallbert/lectures/tmp
|
||||||
|
<<<<<<< HEAD
|
||||||
|
|
||||||
|
=======
|
||||||
|
>>>>>>> c5873d4a9d8c63783ffdbb07ed438cb7a41357e3
|
||||||
steps:
|
steps:
|
||||||
- name: --- CHECKOUT ---
|
- name: --- CHECKOUT ---
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
path: ./tmp
|
path: ./tmp
|
||||||
|
- name: --- TEST ---
|
||||||
|
run: |
|
||||||
|
echo "hello world"
|
||||||
|
touch test.txt
|
||||||
|
pwd
|
||||||
|
ls -al
|
||||||
- name: --- NOTIFY ---
|
- name: --- NOTIFY ---
|
||||||
run: |
|
run: |
|
||||||
curl \
|
curl \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user