Skip to content

Commit

Permalink
chore: update automation scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
cpvalente committed Apr 28, 2024
1 parent 54f30e6 commit b52fb0f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 226 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Ontime build v3
name: Ontime build

on:
# Only trigger manually for now for testing
# push:
# tags: [ "*" ]
push:
tags: [ "*" ]
workflow_dispatch:

jobs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Image CI Ontime V2
name: Docker Image CI Ontime

on:
push:
Expand All @@ -13,14 +13,14 @@ jobs:
CI: ''

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

- name: Setup Node.js environment
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v4
with:
version: 16.16.0
node-version: 18.18.2

- name: Setup pnpm
uses: pnpm/action-setup@v2
Expand Down
108 changes: 0 additions & 108 deletions .github/workflows/build_v2.yml

This file was deleted.

7 changes: 3 additions & 4 deletions .github/workflows/test_v3.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Ontime test v3
name: Ontime test

on:
# Only trigger manually for now for testing
# pull_request:
# branches: '*'
pull_request:
branches: '*'
workflow_dispatch:

jobs:
Expand Down
106 changes: 0 additions & 106 deletions .github/workflows/test_v2.yml

This file was deleted.

0 comments on commit b52fb0f

Please sign in to comment.