Skip to content

Commit

Permalink
fix(ci): ci/cd builds failing due to freediameter (#15432)
Browse files Browse the repository at this point in the history
* Fix(ci): ci/cd builds failing due to freediameter

* fix(ci): ci/cd builds failing due to freediameter
  • Loading branch information
shashidhar-patil committed May 30, 2024
1 parent 2444915 commit 7b15518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/build/bin/freediameter_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.

set -e
SCRIPT_DIR="$(dirname "$(realpath "$0")")"
PATCHES_DIR="${SCRIPT_DIR}/../../../lte/gateway/c/core/oai/patches"
source "${SCRIPT_DIR}"/../lib/util.sh
GIT_URL=https://github.com/lionelgo/opencord.org.freeDiameter.git
GIT_URL=https://github.com/OPENAIRINTERFACE/opencord.org.freeDiameter.git
GIT_COMMIT=13b0e7de0d66906d50e074a339f890d6e59813ad
PKGVERSION=0.0.1
ITERATION=1
Expand Down

0 comments on commit 7b15518

Please sign in to comment.