Skip to content

Commit

Permalink
Fix build folder permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
dchassin committed Jan 24, 2025
1 parent e5f22a6 commit b3764b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/develop-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Deploy to S3
run: |
sudo mkdir -p /usr/local/opt/gridlabd
chmod 2777 /usr/local/opt/gridlabd
sudo chmod 2777 /usr/local/opt/gridlabd
sh ./setup.sh --local
sh ./build.sh --system --parallel --upload --release
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Deploy to S3
run: |
sudo mkdir -p /usr/local/opt/gridlabd
chmod 2777 /usr/local/opt/gridlabd
sudo chmod 2777 /usr/local/opt/gridlabd
sh ./setup.sh --local
sh ./build.sh --system --parallel --upload --release
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
tags: lfenergy/arras:develop

updateS3websites:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
environment: Integration

steps:
Expand Down Expand Up @@ -303,7 +303,7 @@ jobs:

versionUpdate:

runs-on: ubuntu-latest
runs-on: ubuntu-24.04
environment: Integration
needs: buildAWSUbuntuAMI

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/master-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Deploy to S3
run: |
sudo mkdir -p /usr/local/opt/gridlabd
chmod 2777 /usr/local/opt/gridlabd
sudo chmod 2777 /usr/local/opt/gridlabd
sh ./setup.sh --local
sh ./build.sh --system --parallel --upload --release
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Deploy to S3
run: |
sudo mkdir -p /usr/local/opt/gridlabd
chmod 2777 /usr/local/opt/gridlabd
sudo chmod 2777 /usr/local/opt/gridlabd
sh ./setup.sh --local
sh ./build.sh --system --parallel --upload --release
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
tags: lfenergy/arras:latest, lfenergy/arras:${{ env.VERSION }}

updateS3websites:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
environment: Integration

steps:
Expand Down Expand Up @@ -307,7 +307,7 @@ jobs:

versionUpdate:

runs-on: ubuntu-latest
runs-on: ubuntu-24.04
environment: Integration
needs: buildAWSUbuntuAMI

Expand Down

0 comments on commit b3764b1

Please sign in to comment.