Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ | Rejoignez-nous sur le Chat 💬

Skip to content

feat: test pull and push of one project git

In ssh only with 2 jobs

Pull test (one job)

Create file test/git/dummy.txt with a MD5SUM content and version it

  1. git pull commande OK
  2. test content of on file in local repo

Push test (one job)

  1. Create temp branch
  2. Change test/git/dummy.txt content with dummy value echo "value" > test/git/dummy.txt
  3. commit & push
  4. test result with curl/wget https://lab.frogg.it/gl-test-import/froggit/tools/mgci/-/raw/<temp branch>/test/git/dummy.txt?ref_type=heads
  5. Delete temp branch

TO DO

  • Search howto do that with https
Edited by Placeholder Christophe Chaudier