Skip to content

Commit

Permalink
Cleanup the code
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-szlapa committed Apr 8, 2024
1 parent 7cc7a7b commit 0a6459f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/sam_release_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,19 +130,12 @@ jobs:
spec_path="$(pwd)/eps-prescription-status-update-api.resolved.json"
echo "Specification location: $spec_path"
# Export the spec_path variable to make it available to subsequent steps
echo "spec_path=\"$spec_path\"" >> "$GITHUB_ENV"
echo "SPEC_PATH=\"$spec_path\"" >> "$GITHUB_ENV"
- name: Deploy API
shell: bash
working-directory: .github/scripts
run: |
# Get the directory where proxygen is installed
proxygen_dir="$(python -m site --user-base)/bin"
# Add the proxygen directory to the PATH
export PATH="$PATH:$proxygen_dir"
echo "Proxygen dir: $proxygen_dir"

# Get the location of proxygen and store it in a variable
proxygen_path=$(which proxygen)
echo "Proxygen location: $proxygen_path"
Expand Down

0 comments on commit 0a6459f

Please sign in to comment.