File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
16
17
+ set -e
18
+ set -u
19
+
17
20
mkdir -p FirebaseAdmin/FirebaseAdmin.IntegrationTests/resources
18
21
19
- gpg --quiet --batch --yes --decrypt --passphrase=$Env : FIREBASE_SERVICE_ACCT_KEY `
20
- --output FirebaseAdmin/FirebaseAdmin.IntegrationTests/resources/integration_cert.json `
22
+ gpg --quiet --batch --yes --decrypt --passphrase=" ${ FIREBASE_SERVICE_ACCT_KEY} " \
23
+ --output FirebaseAdmin/FirebaseAdmin.IntegrationTests/resources/integration_cert.json \
21
24
.github/resources/integ-service-account.json.gpg
22
25
23
- echo $Env : FIREBASE_API_KEY > FirebaseAdmin/FirebaseAdmin.IntegrationTests/resources/integration_apikey.txt
26
+ echo " ${ FIREBASE_API_KEY} " > FirebaseAdmin/FirebaseAdmin.IntegrationTests/resources/integration_apikey.txt
24
27
25
28
dotnet test FirebaseAdmin/FirebaseAdmin.IntegrationTests
You can’t perform that action at this time.
0 commit comments