Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit 9eb843c

Browse files
Remove old bin path for version-info scripts (#313)
1 parent 8eef898 commit 9eb843c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/release-sync-ami.yml

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919

2020
- name: Getting OD version
2121
run: |
22-
cd elasticsearch/bin
2322
OD_VERSION=`./bin/version-info --od`
2423
echo "::set-env name=od_version::$OD_VERSION"
2524

.github/workflows/test-build-ami.yml

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
#!/bin/bash
2727
export APT_OSS_version=`./bin/version-info --es`
2828
OD_version=`./bin/version-info --od`
29-
cd elasticsearch/bin
3029
export region_name="us-east-1"
3130
export os="amazonLinux"
3231
export security_group_id="sg-0ffdd3b008cfb0b63"

0 commit comments

Comments
 (0)