Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sucs
gitlab-ldap-sync
Compare Revisions
67e1d38e482cd57540aa6aa8a3837bbc5b82335a...7d32e96acceaf56ad7f1f243b612ba95f5ad2bf0
Commits (3)
Add CI/CD conf file
· 3aa924ff
Imran Hussain
authored
Dec 31, 2021
3aa924ff
disable running the code from CI
· 01b8fefc
Imran Hussain
authored
Dec 31, 2021
01b8fefc
Merge branch 'cicd' into 'master'
· 7d32e96a
Imran Hussain
authored
Dec 31, 2021
Cicd See merge request
!1
7d32e96a
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
7d32e96a
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