[SUCS Devel] [Git][sucs/gitlab-ldap-sync][master] 3 commits: Add CI/CD conf file

Imran Hussain (@imranh) gitlab at projects.sucs.org
Fri Dec 31 21:29:25 GMT 2021



Imran Hussain pushed to branch master at sucs / gitlab-ldap-sync


Commits:
3aa924ff by Imran Hussain at 2021-12-31T21:16:22+00:00
Add CI/CD conf file
- - - - -
01b8fefc by Imran Hussain at 2021-12-31T21:28:04+00:00
disable running the code from CI
- - - - -
7d32e96a by Imran Hussain at 2021-12-31T21:29:22+00:00
Merge branch 'cicd' into 'master'

Cicd

See merge request sucs/gitlab-ldap-sync!1
- - - - -


1 changed file:

- + .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -0,0 +1,22 @@
+stages:
+  - test
+  - run
+
+
+#before_script:
+
+python-syntax-check:
+  stage: test
+  script:
+   - apt update
+   - apt install -y python3 python3-ldap python3-requests python3-yaml
+   - python3 -m compileall sync.py
+
+#run-live:
+#  stage: run
+#  script:
+#   - apt update
+#   - apt install -y python3 python3-ldap python3-requests python3-yaml
+#   - python3 sync.py
+#  only:
+#  - master



View it on GitLab: https://projects.sucs.org/sucs/gitlab-ldap-sync/-/compare/67e1d38e482cd57540aa6aa8a3837bbc5b82335a...7d32e96acceaf56ad7f1f243b612ba95f5ad2bf0

-- 
View it on GitLab: https://projects.sucs.org/sucs/gitlab-ldap-sync/-/compare/67e1d38e482cd57540aa6aa8a3837bbc5b82335a...7d32e96acceaf56ad7f1f243b612ba95f5ad2bf0
You're receiving this email because of your account on projects.sucs.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/devel/attachments/20211231/6776011a/attachment.html>


More information about the Devel mailing list