From a3e70b0aacc5ccd36e55d8c5a9ff37d95915ff07 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Wed, 22 Mar 2023 12:53:25 +0100 Subject: [PATCH] setup --- .circleci/config.yml | 2 +- apps/remix-ide/ci/publish_plugin.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 521875348a..3a6bc90722 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -56,7 +56,7 @@ jobs: type: string steps: - checkout - - gh/install + - gh/setup - restore_cache: keys: - v1-deps-{{ checksum "yarn.lock" }} diff --git a/apps/remix-ide/ci/publish_plugin.ts b/apps/remix-ide/ci/publish_plugin.ts index 394146494a..df0b077231 100644 --- a/apps/remix-ide/ci/publish_plugin.ts +++ b/apps/remix-ide/ci/publish_plugin.ts @@ -74,7 +74,7 @@ import * as child_process from 'child_process' const { globSource } = IpfsHttpClient const folder = `dist/apps/${pluginName}` - const result = await ipfs.add(globSource(folder, { recursive: true }), { pin: false }) + const result = await ipfs.add(globSource(folder, { recursive: true }), { pin: true }) const hash = result.cid.toString() const url = `https://ipfs-cluster.ethdevops.io/ipfs/${hash}` plugin[url_field] = url