Skip to content
Snippets Groups Projects
Commit 560bf7e6 authored by Éloïs's avatar Éloïs
Browse files

remove enforce-readme job for tests

parent e4af1721
No related branches found
No related tags found
2 merge requests!12331.6,!1227Change Vagrant with docker for building Debian
......@@ -21,25 +21,6 @@ push_to_github:
- mv packed-refs-new packed-refs
- bash -c "git push --force --mirror github 2>&1 | grep -v duniter-gitlab; echo $?"
enforce_readme:
stage: github-sync
variables:
GIT_STRATEGY: none
tags:
- redshift
script:
- rm -rf ./*
- rm -rf .git
- git clone $GITHUB_URL_AND_KEY .
- git config --global user.email "contact@duniter.org"
- git config --global user.name "Duniter"
- git checkout master
- cat .github/github_disclaimer.md > README.md.new
- cat README.md >> README.md.new
- mv README.md.new README.md
- git commit -am "Enforce github readme"
- git push origin master
build_linux:test:
stage: build
image: duniter/release-builder:v1.0.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment