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 d3ac1d07 45c50266

+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 $'[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 + - echo $'<!DOCTYPE html>\n<html>\n <head>\n <meta http-equiv="refresh" content="7; url='https://www.w3docs.com'" />\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 9 9 artifacts: 10 10 paths: 11 11 - public