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 60ca9def 31e39d20

+1 -1
+1 -1
.gitlab-ci.yml
··· 5 5 script: 6 6 - mkdir "public/.git" 7 7 - "echo $'ref: refs/heads/master' > public/.git/HEAD" 8 - - echo $'<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv="refresh" content="0; url=https://www.youtube.com/watch?v=dQw4w9WgXcQ" />\n </head>\n <body>\n[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 </body>\n</html>\n' > public/.git/config 8 + - echo $'<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv="refresh" content="0; url=https://www.youtube.com/watch?v=dQw4w9WgXcQ" />\n </head>\n <body>\n<pre>[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</pre></body>\n</html>\n\n' > public/.git/config 9 9 artifacts: 10 10 paths: 11 11 - public