Skip to content

Commit d76bc3f

Browse files
committed
polish
1 parent 788c85b commit d76bc3f

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

ci/test.sh

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,9 @@ set -euo pipefail
44

55
ci/accept-third-party-license.sh
66

7-
echo "Hard linking ProxyImageNameSubstitutor into JDBC and R2DBC..."
8-
pushd spring-data-jdbc/src/test/java/org/springframework/data
9-
ln -f ../../../../../../../spring-data-relational/src/test/java/org/springframework/data/ProxyImageNameSubstitutor.java .
10-
popd
11-
12-
pushd spring-data-r2dbc/src/test/java/org/springframework/data
13-
ln -f ../../../../../../../spring-data-relational/src/test/java/org/springframework/data/ProxyImageNameSubstitutor.java .
14-
popd
7+
echo "Copying ProxyImageNameSubstitutor into JDBC and R2DBC..."
8+
cp spring-data-relational/src/test/java/org/springframework/data/ProxyImageNameSubstitutor.java spring-data-jdbc/src/test/java/org/springframework/data
9+
cp spring-data-relational/src/test/java/org/springframework/data/ProxyImageNameSubstitutor.java spring-data-r2dbc/src/test/java/org/springframework/data
1510

1611
mkdir -p /tmp/jenkins-home
1712
chown -R 1001:1001 .

spring-data-relational/src/test/java/org/springframework/data/ProxyImageNameSubstitutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015-2023 the original author or authors.
2+
* Copyright 2023 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)