Skip to content

Commit

Permalink
README_FILE = 'README_NF_QUILT.md'
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Oct 3, 2023
1 parent e861671 commit f86ba23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import groovy.json.JsonOutput
@Slf4j
@CompileStatic
class QuiltProduct {
public final static String README_FILE = 'README.md'
public final static String README_FILE = 'README_NF_QUILT.md'

private final static String KEY_META = 'metadata'
private final static String KEY_README = 'readme'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import groovy.transform.CompileDynamic
class QuiltPackageTest extends QuiltSpecification {

private final static String PACKAGE_URL = 'quilt+s3://quilt-example#package=examples%2fsmart-report@d68a7e9'
private final static String TEST_URL = PACKAGE_URL + "&path=${QuiltProduct.README_FILE}"
private final static String TEST_URL = PACKAGE_URL + "&path=README.md"

private QuiltPathFactory factory
private QuiltPath qpath
Expand Down

0 comments on commit f86ba23

Please sign in to comment.