Skip to content

Commit

Permalink
fix: ci build failed
Browse files Browse the repository at this point in the history
  • Loading branch information
ianchen0119 committed Jun 8, 2023
1 parent ed5e0fe commit e34e5ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:

- name: Build NF's images
if: github.ref == 'refs/heads/master'
run: ./script/release.sh ${{ steps.tag.outputs.result }}
run: ./script/release.sh
4 changes: 4 additions & 0 deletions script/release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/bin/bash
TAG=${1-"latest"}

if [ 'xlatest' != "x$TAG" ]; then
TAG=`echo "$TAG" | sed -e "s/refs\/tags\///g"`
fi;

NF_LIST="nrf amf smf udr pcf udm nssf ausf n3iwf upf"

cd base
Expand Down

0 comments on commit e34e5ce

Please sign in to comment.