diff --git a/.env b/.env index 1628117..00a790c 100644 --- a/.env +++ b/.env @@ -16,4 +16,4 @@ SPAWNER_GROUPS= EXTERNAL_HOST_IP= IGN_PARTITION="movai_ce_flow" XAUTH=/tmp/.docker.xauth -DISPLAY=${DISPLAY:-:1} \ No newline at end of file +DISPLAY=${DISPLAY:-:1} diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 0af415d..73261e7 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -7,9 +7,9 @@ Have you checked our docs before proceeding? ### Steps to Reproduce - 1. - 2. - 3. + 1. + 2. + 3. #### Actual Behaviour @@ -24,13 +24,23 @@ Have you checked our docs before proceeding? ### Versions -- movai-flow: +- movai-flow: -- movai-ide: +- movai-ide: ### Possible workarounds -- +- + +### Versions + +- movai-flow: + +- movai-ide: + +### Possible workarounds + +- ### Additional Details diff --git a/.github/workflows/DeployOnMergeMain.yml b/.github/workflows/DeployOnMergeMain.yml index 19e48ef..e4ff948 100644 --- a/.github/workflows/DeployOnMergeMain.yml +++ b/.github/workflows/DeployOnMergeMain.yml @@ -65,13 +65,11 @@ jobs: cp ../*.deb artifacts - name: Raise App version - run: | - # commit of debian/changelog previously done - git config --global user.name ${{ secrets.RAISE_BOT_COMMIT_USER }} - git config --global user.email ${{ secrets.RAISE_BOT_COMMIT_MAIL }} - git remote set-url origin https://${{ secrets.RAISE_BOT_COMMIT_USER }}:${{ secrets.RAISE_BOT_COMMIT_PASSWORD }}@github.com/${{ github.repository }} - git pull - git push + uses: colmose/push-bot@v1.0.0 + with: + token: ${{ secrets.RAISE_BOT_COMMIT_PASSWORD }} + branch_name: ${{ github.ref_name }} + bot_name: ${{ secrets.RAISE_BOT_COMMIT_USER }} - name: Publish to Nexus ppa-testing run: | diff --git a/.gitignore b/.gitignore index f6169b4..903875d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +*.deb +artifacts/ debian/movai-flow/ logs/ models_database/fuel/ diff --git a/debian/movai-flow.postinst b/debian/movai-flow.postinst index 4a4af7f..1848391 100644 --- a/debian/movai-flow.postinst +++ b/debian/movai-flow.postinst @@ -105,5 +105,4 @@ if [ "$1" == "configure" ]; then elif [ "$1" == "abort-remove" ]; then Output "Stopping cluster of $SERVICE_NAME" $DOCKER_COMPOSE_BIN -f $DOCKER_COMPOSE_CONF --env-file $DOCKER_COMPOSE_ENV down || true - -fi \ No newline at end of file +fi