Skip to content

Commit

Permalink
Merge pull request #14 from Sefaria/env-name
Browse files Browse the repository at this point in the history
Env name
  • Loading branch information
BrendanGalloway authored Feb 21, 2024
2 parents 021590b + 61fca34 commit e74b1d3
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/continuous.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Continuous
on:
push:
paths:
- "app/**"
- ".github/workflows/continuous.yaml"
- "build/Dockerfile"
- "build/app*"

concurrency:
group: ${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- "chart/**"
- ".github/workflows/helm.yaml"
- "build/chart*"

jobs:
lint:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
- name: "Version Info:"
run: echo "${{ steps.appVersion.outputs.appVersion }}"
build:
needs: workflow-check
runs-on: ubuntu-latest
needs: release
permissions:
Expand Down
2 changes: 1 addition & 1 deletion app/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ plugins:
- - "@semantic-release/github"
- "successComment": false
- - "@semantic-release/exec"
- "prepareCmd": "./build/app-prerelease.sh ${nextRelease.gitTag}"
- "prepareCmd": "../build/app-prerelease.sh ${nextRelease.gitTag}"
- - "@semantic-release/git"
- assets:
- chart/Chart.yaml
Expand Down
Empty file modified build/chart-prerelease.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion build/chart-release-rules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ cat << EOF >> chart/.releaserc
- - "@semantic-release/github"
- "successComment": false
- - "@semantic-release/exec"
- "prepareCmd": "./build/chart-prerelease.sh \${nextRelease.gitTag}"
- "prepareCmd": "../build/chart-prerelease.sh \${nextRelease.gitTag}"
- - "@semantic-release/git"
- assets:
- chart/Chart.yaml
Expand Down

0 comments on commit e74b1d3

Please sign in to comment.