Skip to content

Commit c44f19f

Browse files
committed
fix github build: replace set-env
Signed-off-by: Oleksii Moskalenko <[email protected]>
1 parent c958753 commit c44f19f

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/master_only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
docker push gcr.io/kf-feast/feast-${{ matrix.component }}:develop
3838
fi
3939
- name: Get version
40-
run: echo ::set-env name=RELEASE_VERSION::${GITHUB_REF#refs/*/}
40+
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
4141
- name: Push versioned Docker image
4242
run: |
4343
source infra/scripts/setup-common-functions.sh

serving/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@
3030
<name>Feast Serving</name>
3131
<description>Feature serving API service</description>
3232

33-
<repositories>
34-
<repository>
35-
<id>spring-plugins</id>
36-
<name>Spring Plugins</name>
37-
<url> https://repo.spring.io/plugins-release</url>
38-
</repository>
39-
</repositories>
40-
4133
<build>
4234
<plugins>
4335
<plugin>

0 commit comments

Comments
 (0)