From 7ecda1a46902c7330db5f9589bfb8994fef11934 Mon Sep 17 00:00:00 2001 From: anuveyatsu Date: Sun, 6 Oct 2024 11:31:41 +0500 Subject: [PATCH 1/2] [chores][xs]: we don't deploy to datahub anymore as it has sync mechanism now. --- .github/workflows/actions.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 3061026..97ddd2a 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -29,18 +29,3 @@ jobs: git config --local user.name "github-actions[bot]" git commit --allow-empty -m "Auto-update of the data packages" -a git push - deploy: - needs: update - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: '20' - - run: npm install -g data-cli - - run: data --version - - run: data push - env: - id: ${{secrets.dhid}} - username: ${{secrets.dhusername}} - token: ${{secrets.dhtoken}} From df817288e8549d56dfb1d4e57d76878dd6dd653c Mon Sep 17 00:00:00 2001 From: anuveyatsu Date: Sun, 6 Oct 2024 11:32:54 +0500 Subject: [PATCH 2/2] [clean up][xs]: we use gh actions instead of travis now. --- .travis.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index a2a01dd..0000000 --- a/.travis.yml +++ /dev/null @@ -1,10 +0,0 @@ -language: python -python: - - "3.6" -install: - - pip install -r requirements.txt - - npm i -g data-cli -script: - - python oil_prices_flow.py -after_script: - - data push