Skip to content

Commit

Permalink
adding array_parser
Browse files Browse the repository at this point in the history
  • Loading branch information
choim-sci committed Sep 20, 2024
1 parent a34172f commit c886e59
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 24 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_push_errored_datums_reader.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: "Build-push_errored_datums_reader"
name: "Build-push_array_parser"

on:
push:
branches:
- 'master'
paths:
- 'modules/errored_datums_reader/*'
- 'modules/array_parser/*'
workflow_dispatch: {} # Allows trigger of workflow from web interface

env:
Expand All @@ -22,8 +22,8 @@ env:
# Get just the repo name from the event, i.e., NEON-IS-data-processing
REPO_NAME: ${{ github.event.repository.name }}
# IS module name
MODULE_NAME: errored_datums_reader
IMAGE_NAME: neon-is-err-datum-reader
MODULE_NAME: array_parser
IMAGE_NAME: neon-is-array-parser

jobs:
build-push:
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Get short SHA
run: echo "short_sha=$(git rev-parse --short HEAD)" >> $GITHUB_ENV

- name: Build push and update
- name: Build and push
uses: ./.github/actions/build-push
with:
image-tag: "${short_sha}"
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/build_push_update_errored_datums_reader.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: "Build-push-update_errored_datums_reader"
name: "Build-push-update_array_parser"

on:
push:
# branches:
# - 'master'
branches:
- 'master'
tags:
- "errored_datums_reader/v*.*.*"

- "array_parser/v*.*.*"

workflow_dispatch: {} # Allows trigger of workflow from web interface

env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -24,8 +26,8 @@ env:
# Get just the repo name from the event, i.e., NEON-IS-data-processing
REPO_NAME: ${{ github.event.repository.name }}
# IS module name
MODULE_NAME: errored_datums_reader
IMAGE_NAME: neon-is-err-datum-reader
MODULE_NAME: array_parser
IMAGE_NAME: neon-is-array-parser

jobs:
build-push-update:
Expand All @@ -50,5 +52,3 @@ jobs:

- name: Build push and update
uses: ./.github/actions/build-push-update


10 changes: 0 additions & 10 deletions modules/array_parser/build_tag_push_update.sh

This file was deleted.

0 comments on commit c886e59

Please sign in to comment.