From ac7eaca3be45556737e1055313d238025cd1eb04 Mon Sep 17 00:00:00 2001 From: chriswyatt1 Date: Wed, 31 Jul 2024 13:37:37 +0000 Subject: [PATCH 1/2] force update --- .gitpod.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitpod.yml b/.gitpod.yml index e713fd7..80fb5c8 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -10,6 +10,8 @@ tasks: command: | export PATH=/workspace/pollen-metabarcoding:$PATH nextflow info + nextflow self-update + nextflow info unset JAVA_TOOL_OPTIONS echo 'Starting workspace !' sudo apt-get update From 3640c76c34f8406a020f1601e5df25b3824c7ed1 Mon Sep 17 00:00:00 2001 From: chriswyatt1 Date: Wed, 31 Jul 2024 13:44:15 +0000 Subject: [PATCH 2/2] remove extra info --- .gitpod.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 80fb5c8..b98202f 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -9,7 +9,6 @@ tasks: curl -fsSL https://code.askimed.com/install/nf-test | bash command: | export PATH=/workspace/pollen-metabarcoding:$PATH - nextflow info nextflow self-update nextflow info unset JAVA_TOOL_OPTIONS