Skip to content

Release [isisbusapps/request-consumables - 1.3.0] to production - #428

Merged
ACLay merged 3 commits into
mainfrom
release/isisbusapps/request-consumables-1.3.0
Sep 3, 2026
Merged

Release [isisbusapps/request-consumables - 1.3.0] to production#428
ACLay merged 3 commits into
mainfrom
release/isisbusapps/request-consumables-1.3.0

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 2, 2026

Copy link
Copy Markdown

Automated Deployment PR

Details

Field Value
Environment Prod
Source Repository isisbusapps/request-consumables
Image isisbusapps/request-consumables
Version 1.3.0
Triggered by @ACLay

Review Checklist

  • Image built and pushed successfully
  • Source changes reviewed and approved

Merging this PR will trigger ArgoCD to sync the new image.

@github-actions
github-actions Bot requested a review from a team as a code owner September 2, 2026 13:12

@William-Edwards-STFC William-Edwards-STFC left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weird that this didn't use the version tag and used the sha one instead

Consolidates the now shared config into base. The only change to the generated dev yaml is volume ordering.
@ACLay

ACLay commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Looks like that part of the job is using double square bracket bash syntax in a non-bash environment.

The action run was https://github.com/isisbusapps/request-consumables/actions/runs/33634010450/job/100260489732, and Resolve image reference logs shell: sh -e {0}, then fails with /__w/_temp/b983166c-a2ec-4962-961e-4ae3c13706f0.sh: 1: [[: not found

As a little test:

me@pc:~$ sh
$ if [[ -n "asdf" ]]; then  echo "pass"; else  echo "fail"; fi
sh: 1: [[: not found
fail
$ bash
me@pc:~$ if [[ -n "asdf" ]]; then  echo "pass"; else  echo "fail"; fi
pass

@ACLay
ACLay requested review from a team and TCMeldrum and removed request for a team September 3, 2026 10:03
@ACLay
ACLay merged commit 28623df into main Sep 3, 2026
1 check passed
@ACLay
ACLay deleted the release/isisbusapps/request-consumables-1.3.0 branch September 3, 2026 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants