From df89962932d636e18c082249ec50c17d0875458d Mon Sep 17 00:00:00 2001 From: Byron Lathi Date: Thu, 28 Sep 2023 21:34:42 -0700 Subject: [PATCH] remove env call --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ac44185..ce325bc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,6 @@ build-job: # This job runs in the build stage, which runs first. - efinity stage: build script: - - env - source init_env.sh - cd hw/efinix_fpga - - make \ No newline at end of file + - make