parent
2e783f1f62
commit
4b6f826a9b
2
.github/workflows/server-build.yml
vendored
2
.github/workflows/server-build.yml
vendored
|
|
@ -244,7 +244,7 @@ jobs:
|
|||
git config --global user.name "$gituser"
|
||||
git clone https://$cachetoken@github.com/appsmithorg/cibuildcache.git
|
||||
git lfs install
|
||||
cd testcacherepo/
|
||||
cd cibuildcache/
|
||||
if [ "$reponame" = "appsmith" ]; then export repodir="CE"; fi
|
||||
if [ "$reponame" = "appsmith-ee" ]; then export repodir="EE"; fi
|
||||
cd $repodir/release/server
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user