From c320e2655f37623c48c7006753cea925996dd64a Mon Sep 17 00:00:00 2001 From: Michael Hollister Date: Thu, 20 Feb 2025 01:11:13 -0600 Subject: [PATCH] Testing if single quotes work in GitLab CI --- receivers/tizen/scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/receivers/tizen/scripts/build.sh b/receivers/tizen/scripts/build.sh index da53771..b2866c7 100755 --- a/receivers/tizen/scripts/build.sh +++ b/receivers/tizen/scripts/build.sh @@ -25,6 +25,6 @@ tizen security-profiles add --active --force --name $CERT_IDENTITY --author $CER tizen cli-config "profiles.path=/home/ubuntu/tizen-studio-data/profile/profiles.xml" sed -i "s|$CERT_PATH/author/$CERT_IDENTITY/author.pwd|$CERT_AUTHOR_PASSWORD|g" /home/ubuntu/tizen-studio-data/profile/profiles.xml sed -i "s|$CERT_PATH/SamsungCertificate/$CERT_IDENTITY/distributor.pwd|$CERT_DIST_PASSWORD|g" /home/ubuntu/tizen-studio-data/profile/profiles.xml -../../scripts/package.sh tizen package -t wgt -s $CERT_IDENTITY -r ../../FCastReceiverService/bin/Release/netcoreapp2.1/com.futo.FCastReceiverService-1.0.0.tpk -- FCast\ Receiver.wgt +../../scripts/package.sh tizen package -t wgt -s $CERT_IDENTITY -r ../../FCastReceiverService/bin/Release/netcoreapp2.1/com.futo.FCastReceiverService-1.0.0.tpk -- 'FCast Receiver.wgt' cd ../../