Skip to content

Commit

Permalink
removed replacing script
Browse files Browse the repository at this point in the history
  • Loading branch information
VILLAN3LL3 committed Dec 27, 2024
1 parent 406b4e4 commit 2eb3d6e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,6 @@ steps:
- script: npm ci
displayName: 'Install Frontend Dependencies'
workingDirectory: $(frontendWorkingDirectory)
- task: Bash@3
inputs:
targetType: 'inline'
script: echo $BASEURL && sed -i 's|<STAGING_BASE_URL>|$BASEURL|g' src/environments/environment.staging.ts
workingDirectory: $(frontendWorkingDirectory)
displayName: 'Replace environment variables'
env:
BASEURL: $(STAGING_BASE_URL)
- script: npx ng build --configuration staging --output-path $(frontendOutputPath)
displayName: 'Build Frontend'
workingDirectory: $(frontendWorkingDirectory)
Expand Down

0 comments on commit 2eb3d6e

Please sign in to comment.