From 82641b8297c38dc968befb34c9c640afccf47034 Mon Sep 17 00:00:00 2001 From: STAM Date: Tue, 13 Sep 2022 14:01:43 +0300 Subject: [PATCH] Revert "123" This reverts commit 65bfa22ce15abdfda119f582d4245e38a689157e. --- .github/workflows/test/123.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .github/workflows/test/123.yml diff --git a/.github/workflows/test/123.yml b/.github/workflows/test/123.yml deleted file mode 100644 index 04b650641..000000000 --- a/.github/workflows/test/123.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: 123 -on: -# push: -# branches: -# - 'develop' - schedule: - - cron: '0 0 * * *' # At the end of every day - -jobs: - - build-torrserver-image: - name: EpicMorg EcoSystem TorrServer Image - runs-on: ubuntu-20.04 - - steps: - - uses: actions/checkout@v2 - - name: Log into registry - run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - - name: Test Make - run: make - -################################################################################## - - - name: Build and Deploy TorrServer - run: cd linux/ecosystem/torrserver && make build && make deploy - -################################################################################## - - - name: Cleanup - run: make docker-clean