Olivier Massot 1 年之前
父節點
當前提交
6939fc527c
共有 2 個文件被更改,包括 12 次插入10 次删除
  1. 1 10
      .gitlab-ci.yml
  2. 11 0
      env/.env.ci

+ 1 - 10
.gitlab-ci.yml

@@ -12,13 +12,4 @@ before_script:
 qa:
   stage: qa
   script:
-    - yarn lint
-
-#deploy_test:
-#  stage: deploy_test
-#  script:
-#    # - apt-get update -qq && apt-get install -y -qq sshpass
-#    # - ssh exploitation@test5 "cd /var/opentalent/git/portail_v2 && nvm exec yarn deploy && echo 'Deploy successful' "
-#    - ssh exploitation@test3 'ls /tmp'
-#  only:
-#    - home
+    - HOST=ci yarn lint

+ 11 - 0
env/.env.ci

@@ -0,0 +1,11 @@
+## LOCAL ENVIRONMENT FILE
+NUXT_ENV=dev
+NUXT_DEBUG=1
+DEBUG=1
+
+NUXT_API_BASE_URL=none
+NUXT_PUBLIC_API_BASE_URL=none
+
+NUXT_AGENDA_BASE_URL=none
+NUXT_PUBLIC_AGENDA_BASE_URL=none
+