Skip to content

kelvintaywl-cci/lfs-artifactory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lfs-artifactory

Exploring Git LFS with Artifactory on CircleCI

This repo is based on the official Artifactory Quick-start guide here, but updated to include CircleCI setup.

NOTE that the CircleCI setup uses a LFS_CONFIG project env var.

This env var value is the .lfsconfig file base64-encoded.

In other words,

# base64 our .lfsconfig and set this to LFS_CONFIG project env var
$ cat .lfsconfig | base64

# to re-install this .lfsconfig
$ printenv LFS_CONFIG | base64 > .lfsconfig

About

Exploring Git LFS with Artifactory on CircleCI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published