debug: see index.html in each stage
This commit is contained in:
parent
5736a6756e
commit
13843f0e0b
1 changed files with 2 additions and 0 deletions
|
@ -5,12 +5,14 @@ steps:
|
||||||
- systemctl --user stop ttt-org
|
- systemctl --user stop ttt-org
|
||||||
- cp ttt-org.container /home/sasha/.config/containers/systemd
|
- cp ttt-org.container /home/sasha/.config/containers/systemd
|
||||||
- systemctl --user daemon-reload
|
- systemctl --user daemon-reload
|
||||||
|
- cat index.html
|
||||||
|
|
||||||
container-build:
|
container-build:
|
||||||
image: bash
|
image: bash
|
||||||
commands:
|
commands:
|
||||||
- sed -i "s/DATE/$(date -I)/g" index.html
|
- sed -i "s/DATE/$(date -I)/g" index.html
|
||||||
- sed -i "s/VERSION/$(git log -1 --oneline | awk '{print $1}')/g" index.html
|
- sed -i "s/VERSION/$(git log -1 --oneline | awk '{print $1}')/g" index.html
|
||||||
|
- cat index.html
|
||||||
- podman build -t ttt-org .
|
- podman build -t ttt-org .
|
||||||
|
|
||||||
container-deploy:
|
container-deploy:
|
||||||
|
|
Loading…
Reference in a new issue