diff --git a/.github/services/hdfs/hdfs_default_gcs/action.yml b/.github/services/hdfs/hdfs_default_gcs/action.yml index e492e25bc034..c45017162902 100644 --- a/.github/services/hdfs/hdfs_default_gcs/action.yml +++ b/.github/services/hdfs/hdfs_default_gcs/action.yml @@ -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 diff --git a/fixtures/hdfs/gcs-core-site.xml b/fixtures/hdfs/gcs-core-site.xml index cd304c7f7ad1..e8d7418a29e2 100644 --- a/fixtures/hdfs/gcs-core-site.xml +++ b/fixtures/hdfs/gcs-core-site.xml @@ -1,3 +1,5 @@ + + - - +