Skip to content
Snippets Groups Projects
Commit 54171c41 authored by Tim Repke's avatar Tim Repke
Browse files

add ll

parent 3b58e037
No related branches found
No related tags found
No related merge requests found
Pipeline #1350 canceled
...@@ -18,9 +18,12 @@ workflow: ...@@ -18,9 +18,12 @@ workflow:
pages: pages:
stage: build stage: build
script: script:
- ls -lisah ../../../../../tmp - ls -lisah .
- hugo - ls -lisah ..
- hugo - ls -lisah ../..
- ls -lisah ../../..
- ls -lisah ../../../..
- ls -lisah ../../../../..
- hugo - hugo
artifacts: artifacts:
expire_in: 1 day expire_in: 1 day
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment