Skip to content

Commit

Permalink
Fix permissions on directories
Browse files Browse the repository at this point in the history
  • Loading branch information
raswaters committed Sep 24, 2024
1 parent f83e52c commit 9aa9e2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- update caldp version
- set permissions to make files readable in AL2023
- set permissions to make files readable and dirs executable in AL2023
2 changes: 1 addition & 1 deletion terraform/deploy_vars.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /bin/bash -xu
export CALCLOUD_VER="v0.4.45-rc2"
export CALCLOUD_VER="v0.4.45-rc3"
export CALDP_VER="v0.2.27-rc1"
export CAL_BASE_IMAGE="stsci/hst-pipeline:CALDP_20240813_CAL_final"
export BASE_IMAGE_TAG=`cut -d ":" -f2- <<< ${CAL_BASE_IMAGE} `
Expand Down

0 comments on commit 9aa9e2c

Please sign in to comment.