Skip to content

Commit

Permalink
Update xml headers
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmandoZ committed Feb 7, 2024
1 parent 8dcb19d commit b54da6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/services/hdfs/hdfs_default_gcs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,5 @@ runs:
mkdir -p /tmp/hdfs
cat << EOF > /tmp/hdfs/gcs-credentials.json
`echo ${OPENDAL_GCS_CREDENTIAL} | base64 -d`
EOF
echo ${OPENDAL_GCS_CREDENTIAL} | base64 -d > /tmp/hdfs/gcs-credentials.json
5 changes: 3 additions & 2 deletions fixtures/hdfs/gcs-core-site.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
Expand All @@ -18,8 +20,7 @@
under the License.
-->
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>


<!-- Put site-specific property overrides in this file. -->

Expand Down

0 comments on commit b54da6c

Please sign in to comment.