Ver Fonte

update readme

Olivier Massot há 2 anos atrás
pai
commit
93fe0f054a
3 ficheiros alterados com 10 adições e 17 exclusões
  1. 0 1
      .gitignore
  2. 2 16
      .gitlab-ci.yml
  3. 8 0
      README.md

+ 0 - 1
.gitignore

@@ -18,7 +18,6 @@ dist
 
 local.app-v3.opentalent.fr.crt
 local.app-v3.opentalent.fr.key
-.env
 /.project
 
 coverage/*

+ 2 - 16
.gitlab-ci.yml

@@ -3,24 +3,10 @@ stages:
 
 variables:
   APP_ENV: ci
-  SSH_PRIVATE_KEY: $SSH_PRIVATE_KEY
 
 before_script:
-  - apt-get -yqq update
-  - apt-get -yqq install zip unzip git openssh-client
-
-  # Run ssh-agent and add private key
-#  - eval $(ssh-agent -s)
-#  - mkdir -p ~/.ssh
-#  - chmod 700 ~/.ssh
-#  - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
-#  - ssh-add <(echo "$SSH_PRIVATE_KEY")
-#  - git config --global user.email "exploitation@opentalent.fr"
-#  - git config --global user.name "git"
-
-  # install yarn
-  - curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
-  - echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
+  - echo "" > ./local.app-v3.opentalent.fr.crt
+  - echo "" > ./local.app-v3.opentalent.fr.key
 
 cache:
   paths:

+ 8 - 0
README.md

@@ -1,5 +1,13 @@
 # App - Migration Nuxt 3
 
+[![Latest Release](http://gitlab.2iopenservice.com/opentalent/app_nuxt3/-/badges/release.svg)](http://gitlab.2iopenservice.com/opentalent/app_nuxt3/-/releases)
+
+| Branch  | Status                                                                                                                                                                         | Coverage                                                                                                                                                                       |
+|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| master  | [![pipeline status](http://gitlab.2iopenservice.com/opentalent/app_nuxt3/badges/master/pipeline.svg)](http://gitlab.2iopenservice.com/opentalent/app_nuxt3/-/commits/master)   | [![coverage report](http://gitlab.2iopenservice.com/opentalent/app_nuxt3/badges/master/coverage.svg)](http://gitlab.2iopenservice.com/opentalent/app_nuxt3/-/commits/master)   |
+| develop | [![pipeline status](http://gitlab.2iopenservice.com/opentalent/app_nuxt3/badges/develop/pipeline.svg)](http://gitlab.2iopenservice.com/opentalent/app_nuxt3/-/commits/develop) | [![coverage report](http://gitlab.2iopenservice.com/opentalent/app_nuxt3/badges/develop/coverage.svg)](http://gitlab.2iopenservice.com/opentalent/app_nuxt3/-/commits/develop) |
+
+
 Frontend développé avec NuxtJs 3
 
 A voir :