Commit 7a33ad06 authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Fixed CI and minor change

parent 6fabe7e6
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2,6 +2,10 @@ stages:
  - test
  - dockerize

variables:
  # to avoid "fatal: git fetch-pack: expected shallow list"
  GIT_STRATEGY: clone

test_backend:
  stage: test
  tags:
+1 −2
Original line number Diff line number Diff line
@@ -42,8 +42,7 @@ export default {
        this.newFolderNameError = "Folder name is required";
      } else {
        this.$store.dispatch('createFolder', this.newFolderName)
          .then(() => { //res
            //this.$store.commit('updateGroupsPanel', res);
          .then(() => {
            this.$bvModal.hide('create-folder-modal');
          })
          .catch(res => {