Skip to content

Commit

Permalink
Merge branch 'main' into KU-1646/add-charm-file-resources
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess committed Nov 12, 2024
2 parents e3597f2 + 2fffb89 commit 417f4e9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
matrix:
build: ${{ fromJSON(needs.plan.outputs.plan).build }}
steps:
- uses: canonical/[email protected].1
- uses: canonical/[email protected].2
- name: Set LXC security nesting
if: ${{ inputs.rockcraft-enable-security-nesting }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion dist/build/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/build/index.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ set -eu
function build_resource() {
local RESOURCE_OUTPUT=$1

case $RESOURCE in
case $RESOURCE_OUTPUT in
test-file.txt)
touch "$RESOURCE_OUTPUT"
;;
*)
echo "Unsupported resource: $RESOURCE"
echo "Unsupported resource: $RESOURCE_OUTPUT"
exit 1
;;
esac
Expand Down

0 comments on commit 417f4e9

Please sign in to comment.