Commit a2748a95 authored by priyaranjan.dr's avatar priyaranjan.dr

Update .gitlab-ci.yml

parent 0e8bb80a
Pipeline #11965 failed with stage
in 0 seconds
...@@ -3,6 +3,6 @@ stages: ...@@ -3,6 +3,6 @@ stages:
deploy : deploy :
stage: deploy stage: deploy
script: script:
- mkdir -p ~/.public - mkdir .public
- cp -r * ~/ .public - cp -r * .public
- mv ~/.public public - mv .public public
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment