Skip to content

Commit

Permalink
pipeline improvmements
Browse files Browse the repository at this point in the history
  • Loading branch information
DomPeliniAerospike committed Nov 20, 2024
1 parent 302138f commit 0e402c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/run-ee-server-for-ext-container/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ runs:
run: |
pipx install crudini --pip-args "-c ${{ github.workspace }}/.github/workflows/requirements.txt";
crudini --existing=param --set config.conf enterprise-edition hosts ${{ steps.get-server-ip-address.outputs.server-ip }}:3000;
working-directory: test
working-directory: .github/workflows
shell: bash
2 changes: 1 addition & 1 deletion .github/workflows/build-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ jobs:
run: |
$env:DOCKER_HOST_IP = $env:DOCKER_HOST | foreach {$_.replace("tcp://","")} | foreach {$_.replace(":2375", "")}
crudini --set config.conf enterprise-edition hosts ${env:DOCKER_HOST_IP}:3000
working-directory: test
working-directory: ./github/workflows

# FIGURE OUT WHAT SETUP NEEDS TO HAPPEN
- run: |
Expand Down

0 comments on commit 0e402c5

Please sign in to comment.