Skip to content

Commit

Permalink
Merge pull request #126 from free5gc/fix-ci-tngf
Browse files Browse the repository at this point in the history
Add TNGF to release script
  • Loading branch information
abousselmi authored Sep 4, 2024
2 parents aa89ed5 + 222cdf2 commit 1c5f021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
TAG=${1-"latest"}

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

cd base

Expand Down

0 comments on commit 1c5f021

Please sign in to comment.