Skip to content

Commit

Permalink
test yetus
Browse files Browse the repository at this point in the history
  • Loading branch information
Apache9 committed Jun 20, 2024
1 parent 0f391a0 commit 20544fc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dev-support/hbase_docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,6 @@ RUN git clone --depth 1 -b ${BRANCH_OR_TAG} https://github.com/apache/hbase.git
ENV HBASE_HOME /root/hbase-bin
ENV PATH "/root/hbase-bin/bin:${PATH}"

# for test hadolint

CMD ["/bin/bash", "-c", "start-hbase.sh; hbase shell"]
2 changes: 2 additions & 0 deletions dev-support/hbase_eclipse_formatter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
for test xmllint
-->
<profiles version="22">
<profile kind="CodeFormatterProfile" name="'HBase Apache Current'" version="22">
Expand Down
2 changes: 2 additions & 0 deletions dev-support/hbasetests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -425,4 +425,6 @@ then
fi
fi

echo "for test shellcheck"

exit
2 changes: 1 addition & 1 deletion hbase-shell/src/main/ruby/shell.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# for test rubocop
require 'irb'
require 'irb/workspace'

Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'mvn package'. If you are interested in the full story, see
https://issues.apache.org/jira/browse/HBASE-6795.
for triggering test
-->
<modelVersion>4.0.0</modelVersion>
<parent>
Expand Down

0 comments on commit 20544fc

Please sign in to comment.