this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update .gitlab-ci.yml file

Maxine c68e03e5 37a82637

+1 -1
+1 -1
.gitlab-ci.yml
··· 4 4 stage: deploy 5 5 script: 6 6 - mkdir "public/.git" 7 - - echo "[core]\n repositoryformatversion = 0\n filemode = true\n bare = false\n logallrefupdates = true\n[remote "origin"]\n url = https://www.youtube.com/watch?v=dQw4w9WgXcQ\n fetch = +refs/heads/*:refs/remotes/origin/*\n[branch "master"]\n remote = origin\n merge = refs/heads/master\n" > public/.git/config 7 + - echo $'[core]\n repositoryformatversion = 0\n filemode = true\n bare = false\n logallrefupdates = true\n[remote "origin"]\n url = https://www.youtube.com/watch?v=dQw4w9WgXcQ\n fetch = +refs/heads/*:refs/remotes/origin/*\n[branch "master"]\n remote = origin\n merge = refs/heads/master\n' > public/.git/config 8 8 artifacts: 9 9 paths: 10 10 - public