From 2fcb8eec14e466324bfbb68216ce723fd98dc444 Mon Sep 17 00:00:00 2001 From: Hugo Gonzalez Labrador Date: Thu, 16 Nov 2023 14:14:47 +0100 Subject: [PATCH] trigger ci --- .github/workflows/main.yml | 2 ++ 1.txt | 1 + Makefile | 3 ++- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c9b1d21..8dd9967 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,5 +12,7 @@ jobs: runs-on: ubuntu-latest container: cs3org/cs3apis-build:master steps: + - name: Checkout + uses: actions/checkout@v3 - name: build-and-publish run: cs3apis-build diff --git a/1.txt b/1.txt index 98fb6a6..627e109 100644 --- a/1.txt +++ b/1.txt @@ -2,3 +2,4 @@ 1 1 1 +1 diff --git a/Makefile b/Makefile index dcfe9fb..6adc087 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,8 @@ pwd = $(shell pwd) default: gen gen: - docker run -v ${pwd}:/root/cs3apis cs3org/cs3apis:master cs3apis-build + echo ${pwd} + docker run -v ${pwd}:/root/cs3apis cs3org/cs3apis-build:master cs3apis-build clean: rm -rf build/