Skip to content
Snippets Groups Projects
Commit 2ea7eb50 authored by Mohcine Chraibi's avatar Mohcine Chraibi
Browse files

Update .gitlab-ci.yml

parent 2c433b37
No related branches found
No related tags found
No related merge requests found
Pipeline #23072 passed
...@@ -17,7 +17,7 @@ configure: ...@@ -17,7 +17,7 @@ configure:
script: script:
- cd ~/.emacs.d - cd ~/.emacs.d
- git pull - git pull
- ~/emacs-25.3/src/emacs --debug-init --batch -u $USER - emacs --debug-init --batch -u $USER
- if [ $? = 0 ]; then echo "OK"; else echo "NOT OK"; fi - if [ $? = 0 ]; then echo "OK"; else echo "NOT OK"; fi
- echo "Done." - echo "Done."
tags: tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment